.color--red {
    color: red;
}

.form label {
    font-family: "Roboto" !important;
    font-style: normal;
    font-weight: 400 !important;
    font-size: 14px;
    line-height: 20px !important;
    color: #646464;
}

.ckb__cpf {
    top: 0;
    right: 0;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #646464;
}

#customCheckbox {
    cursor: pointer;
}

.custom-checkbox {
    border: 1px solid #262626;
    border-radius: 4px;
    height: 18px;
    cursor: pointer;
    width: 18px;
}

.ckb__icon {
    display: none;
}

.custom-checkbox.checked {
    background-color: #262626;
}

.ckb__icon.checked {
    display: block;
}

.update-file__text {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    color: #646464;
    margin: 16px 0px;
}

.drop-area {
    padding: 20px;
    margin: 20px;
    margin-left: 0 !important;
    margin-right: 0 !important;
    min-height: 180px;
    z-index: 10;
    background: transparent;
}

.drop-area > .update-file__text {
    font-size: 14px !important;
}

.btn-anexar {
    border: 1px solid #646464;
    width: 100px;
    height: 40px;
    border-radius: 8px;
    background-color: #fff !important;
    color: #646464 !important;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    text-transform: capitalize !important;
}

.btn-anexar:hover{
    background-color: #fff !important;
    color: #646464 !important;
}

.btn--container {
    display: flex;
    justify-content: flex-end;
}

.btn-enviar {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px 30px;
    width: 125px;
    height: 45px;
    border-radius: 8px;
    font-family: "Inter";
    font-style: normal;
    font-weight: 700;
    font-size: 21px;
    line-height: 25px;
    color: #ffffff;
    margin: 0px 10px;
    outline: none;
    border: none;
}

.div-bt-anexo {
    padding-right: 0px !important;
}

.materia #custom-checkbox-cpf-label{
    font-size: 14px !important;
}